How to put .gif image using java script
Hi

If i click on upload button i must get an .gif image , is it possible , in the code below
[code:2h6mqi96]
<INPUT type="button" name="btnUpload" id="btnUpload" value="Upload" onclick="validateField()" />[/code:2h6mqi96]
and this is my
source
[code:2h6mqi96]
<img src="images/action/animation/UploadStatus.gif"/>
[/code:2h6mqi96]
How to put it in above code
My requirement is when the user click on upload button , he must see the UploadStatus.gif image .
please help
Regards